|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.common.actions.ExitAction
public class ExitAction
An action that terminates the current process and returns control to the process that included it.
| Field Summary | |
|---|---|
protected AssignmentConfiguration[] |
assignments
The exit configuration. |
protected ExitConfiguration |
configuration
The exit configuration. |
protected IActionContext |
context
The context that contains this action. |
protected IController |
controller
The controller to enqueue with. |
| Constructor Summary | |
|---|---|
ExitAction(IActionContext context,
IController controller,
ExitConfiguration configuration,
AssignmentConfiguration[] assignments)
Creates a new ForwardAction. |
|
| Method Summary | |
|---|---|
IActionResult |
execute()
Executes this action and returns its outcome. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final IActionContext context
protected final IController controller
protected final ExitConfiguration configuration
protected final AssignmentConfiguration[] assignments
| Constructor Detail |
|---|
public ExitAction(IActionContext context,
IController controller,
ExitConfiguration configuration,
AssignmentConfiguration[] assignments)
context - The context that contains this action.controller - The controller to enqueue with.configuration - The configuration for this exit action.| Method Detail |
|---|
public IActionResult execute()
IAction
execute in interface IAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||